GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IArray<T> Interface / Count Property


In This Topic
Count Property (IArray<T>)
In This Topic
Gets the total number of items.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As IArray(Of T)
Dim value As Integer
 
value = instance.Count

Property Value

The total number of items.
See Also